commit | 5ca1db41ecdeb0358b968265fadb755213558a85 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Mon Sep 23 13:21:04 2013 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Sep 23 13:30:57 2013 +0100 |
tree | 870f18958af3186798422a600147bbe480b9d66c | |
parent | 149ed7f51e279916e7a7a1eef5cec50da67d7cfe [diff] |
GFS2: fix dentry leaks We need to dput() the result of d_splice_alias(), unless it is passed to finish_no_open(). Edited by Steven Whitehouse in order to make it apply to the current GFS2 git tree, and taking account of a prerequisite patch which hasn't been applied. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> Cc: stable@vger.kernel.org