aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/super.c')
-rw-r--r--fs/ceph/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/super.c b/fs/ceph/super.c
index 0ae40bad53c4..1ac7b07214f3 100644
--- a/fs/ceph/super.c
+++ b/fs/ceph/super.c
@@ -804,7 +804,7 @@ static int ceph_get_sb(struct file_system_type *fs_type,
804 struct ceph_client *client; 804 struct ceph_client *client;
805 int err; 805 int err;
806 int (*compare_super)(struct super_block *, void *) = ceph_compare_super; 806 int (*compare_super)(struct super_block *, void *) = ceph_compare_super;
807 const char *path = 0; 807 const char *path = NULL;
808 struct ceph_mount_args *args; 808 struct ceph_mount_args *args;
809 809
810 dout("ceph_get_sb\n"); 810 dout("ceph_get_sb\n");