diff options
| -rw-r--r-- | fs/xfs/xfs_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c index 951a2321ee01..f499e47d44d8 100644 --- a/fs/xfs/xfs_file.c +++ b/fs/xfs/xfs_file.c | |||
| @@ -155,7 +155,7 @@ xfs_dir_fsync( | |||
| 155 | 155 | ||
| 156 | if (!lsn) | 156 | if (!lsn) |
| 157 | return 0; | 157 | return 0; |
| 158 | return _xfs_log_force_lsn(mp, lsn, XFS_LOG_SYNC, NULL); | 158 | return -_xfs_log_force_lsn(mp, lsn, XFS_LOG_SYNC, NULL); |
| 159 | } | 159 | } |
| 160 | 160 | ||
| 161 | STATIC int | 161 | STATIC int |
