projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbcabad
)
[XFS] Fix block reservation changes for non-SMP systems.
author
Kevin Jamieson
<kjamieson@bycast.com>
Sat, 10 Feb 2007 07:36:23 +0000
(18:36 +1100)
committer
Tim Shimmin
<tes@sgi.com>
Sat, 10 Feb 2007 07:36:23 +0000
(18:36 +1100)
SGI-PV: 956323
SGI-Modid: xfs-linux-melb:xfs-kern:27940a
Signed-off-by: Kevin Jamieson <kjamieson@bycast.com>
Signed-off-by: David Chatterton <chatz@sgi.com>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/xfs_mount.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/xfs_mount.h
b/fs/xfs/xfs_mount.h
index b65dae61eb8dd57f624a22df47ddca468f33d0fc..eb94b977f84c1d12925ef8d7bcb010ffd95301b7 100644
(file)
--- a/
fs/xfs/xfs_mount.h
+++ b/
fs/xfs/xfs_mount.h
@@
-311,7
+311,7
@@
extern void xfs_icsb_sync_counters_flags(struct xfs_mount *, int);
#else
#define xfs_icsb_init_counters(mp) (0)
-#define xfs_icsb_sync_counters_
lazy(mp
) do { } while (0)
+#define xfs_icsb_sync_counters_
flags(mp, flags
) do { } while (0)
#endif
typedef struct xfs_mount {