diff --git a/[refs] b/[refs] index a145ea270159..a439d068f28f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 35152979e6181b1fbb4b61c3ff641c14df53ad66 +refs/heads/master: 0f9831a89310cebba52d3f526e6cc5c2e403e6f1 diff --git a/trunk/fs/ceph/export.c b/trunk/fs/ceph/export.c index 8e1b60e557b6..862887004d20 100644 --- a/trunk/fs/ceph/export.c +++ b/trunk/fs/ceph/export.c @@ -90,6 +90,8 @@ static int ceph_encode_fh(struct inode *inode, u32 *rawfh, int *max_len, *max_len = handle_length; type = 255; } + if (dentry) + dput(dentry); return type; }