Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df3a71e
)
Branch HEAD
author
yangsheng
<yangsheng>
Thu, 3 Dec 2009 06:20:14 +0000
(06:20 +0000)
committer
yangsheng
<yangsheng>
Thu, 3 Dec 2009 06:20:14 +0000
(06:20 +0000)
b=21375
i=robert, johann
Cleanup code.
lustre/obdclass/obd_mount.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/obd_mount.c
b/lustre/obdclass/obd_mount.c
index
0c87eac
..
de4a406
100644
(file)
--- a/
lustre/obdclass/obd_mount.c
+++ b/
lustre/obdclass/obd_mount.c
@@
-2124,7
+2124,7
@@
struct file_system_type lustre_fs_type = {
.get_sb = lustre_get_sb,
.kill_sb = lustre_kill_super,
.fs_flags = FS_BINARY_MOUNTDATA | FS_REQUIRES_DEV |
-#ifdef
HAVE_LINUX_FIEMAP_H
+#ifdef
FS_HAS_FIEMAP
FS_HAS_FIEMAP |
#endif
LL_RENAME_DOES_D_MOVE,