ceph: fix missing dput in ceph_set_acl
authorSage Weil <[email protected]>
Fri, 31 Jan 2014 15:25:25 +0000 (07:25 -0800)
committerLinus Torvalds <[email protected]>
Fri, 31 Jan 2014 16:14:06 +0000 (08:14 -0800)
commit77516dc92a14bb3853df959c0cb3ef51e659f5af
tree57f75022e461782f61b28280c6f12c602b19d398
parente7651b819e90da924991d727d3c007200a18670d
ceph: fix missing dput in ceph_set_acl

Add matching dput() for d_find_alias().  Move d_find_alias() down a bit
at Julia's suggestion.

[ Introduced by commit 72466d0b92e0: "ceph: fix posix ACL hooks" ]

Reported-by: Fengguang Wu <[email protected]>
Reported-by: Julia Lawall <[email protected]>
Signed-off-by: Sage Weil <[email protected]>
Reviewed-by: Ilya Dryomov <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/ceph/acl.c