]> git.karo-electronics.de Git - karo-tx-linux.git/commit
quota: Drop path reference on error exit from quotactl
authorJan Kara <jack@suse.cz>
Mon, 10 Oct 2011 16:32:06 +0000 (18:32 +0200)
committerJan Kara <jack@suse.cz>
Mon, 10 Oct 2011 17:29:02 +0000 (19:29 +0200)
commit16cf61e52ec72a9aeb2116ac79843c7870d82c4e
treeb382655673b39c62bf0994fefe2984e0c4648380
parent4ea9cb6e03141a4e120bed171ea7f2074a7490ce
quota: Drop path reference on error exit from quotactl

One error exit from quotactl forgot to do path_put(). Fix that.

Reported-by: Valerie Aurora <val@vaaconsulting.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/quota/quota.c