diff options
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index 7227b2efef22..e39013619b26 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
@@ -1323,7 +1323,7 @@ xfs_fs_remount( | |||
1323 | "XFS: mount option \"%s\" not supported for remount\n", p); | 1323 | "XFS: mount option \"%s\" not supported for remount\n", p); |
1324 | return -EINVAL; | 1324 | return -EINVAL; |
1325 | #else | 1325 | #else |
1326 | return 0; | 1326 | break; |
1327 | #endif | 1327 | #endif |
1328 | } | 1328 | } |
1329 | } | 1329 | } |