projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ff1e67
)
xfs: xfs_commit_metadata returns wrong errno
author
Dave Chinner
<dchinner@redhat.com>
Wed, 14 May 2014 23:21:52 +0000
(09:21 +1000)
committer
Dave Chinner
<david@fromorbit.com>
Wed, 14 May 2014 23:21:52 +0000
(09:21 +1000)
Invert it.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_export.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/xfs_export.c
b/fs/xfs/xfs_export.c
index 1399e187d425dc7af0f8b5062afaf312fe5a0927..753e467aa1a5991d0175087284ff9cde35591c40 100644
(file)
--- a/
fs/xfs/xfs_export.c
+++ b/
fs/xfs/xfs_export.c
@@
-237,7
+237,7
@@
xfs_fs_nfs_commit_metadata(
if (!lsn)
return 0;
- return _xfs_log_force_lsn(mp, lsn, XFS_LOG_SYNC, NULL);
+ return
-
_xfs_log_force_lsn(mp, lsn, XFS_LOG_SYNC, NULL);
}
const struct export_operations xfs_export_operations = {