aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2012-06-05 09:10:24 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2012-07-14 08:33:16 -0400
commit3819219b592159725069eb16a7a46f58e4ecef32 (patch)
tree607b9fa882ab1f1220aa6576b1436b5bc545c41e /fs/ceph/file.c
parentd2c127197dfc0b2bae62a52e1e0d3e3ff493919e (diff)
ceph: remove unused arg from ceph_lookup_open()
What was the purpose of this? Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> CC: Sage Weil <sage@newdream.net> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ceph/file.c')
-rw-r--r--fs/ceph/file.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ceph/file.c b/fs/ceph/file.c
index 988d4f302e48..4bf9773e6a36 100644
--- a/fs/ceph/file.c
+++ b/fs/ceph/file.c
@@ -219,8 +219,7 @@ out:
219 * path_lookup_create -> LOOKUP_OPEN|LOOKUP_CREATE 219 * path_lookup_create -> LOOKUP_OPEN|LOOKUP_CREATE
220 */ 220 */
221struct dentry *ceph_lookup_open(struct inode *dir, struct dentry *dentry, 221struct dentry *ceph_lookup_open(struct inode *dir, struct dentry *dentry,
222 struct nameidata *nd, int mode, 222 struct nameidata *nd, int mode)
223 int locked_dir)
224{ 223{
225 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb); 224 struct ceph_fs_client *fsc = ceph_sb_to_client(dir->i_sb);
226 struct ceph_mds_client *mdsc = fsc->mdsc; 225 struct ceph_mds_client *mdsc = fsc->mdsc;