mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
missing brace in afs_get_sb
Fix a syntax error when GET_SB_HAS_STRUCT_VFSMOUNT is not true so we can build on older versions of linux. Change-Id: I85aac803f68c3f3729abd32dfcecbc20ccac8ab9 Reviewed-on: http://gerrit.openafs.org/1049 Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk> Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
This commit is contained in:
parent
187630ed3e
commit
dab6cbadd6
@ -67,7 +67,7 @@ afs_get_sb(struct file_system_type *fs_type, int flags,
|
||||
#else
|
||||
static struct superblock *
|
||||
afs_get_sb(struct file_system_type *fs_type, int flags,
|
||||
const char *dev_name, void *data)
|
||||
const char *dev_name, void *data) {
|
||||
return get_sb_nodev(fs_type, flags, data, afs_fill_super);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user