diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/staging/lustre/lustre/obdclass/obd_mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/obdclass/obd_mount.c b/drivers/staging/lustre/lustre/obdclass/obd_mount.c index 3a7404148308..3437b2ecfc02 100644 --- a/drivers/staging/lustre/lustre/obdclass/obd_mount.c +++ b/drivers/staging/lustre/lustre/obdclass/obd_mount.c | |||
| @@ -1286,7 +1286,7 @@ struct dentry *lustre_mount(struct file_system_type *fs_type, int flags, | |||
| 1286 | return mount_nodev(fs_type, flags, &lmd2, lustre_fill_super); | 1286 | return mount_nodev(fs_type, flags, &lmd2, lustre_fill_super); |
| 1287 | } | 1287 | } |
| 1288 | 1288 | ||
| 1289 | void lustre_kill_super(struct super_block *sb) | 1289 | static void lustre_kill_super(struct super_block *sb) |
| 1290 | { | 1290 | { |
| 1291 | struct lustre_sb_info *lsi = s2lsi(sb); | 1291 | struct lustre_sb_info *lsi = s2lsi(sb); |
| 1292 | 1292 | ||
