Skip to content
Snippets Groups Projects
Commit e55771f4 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Fix duplicate filesystem feature flag (matches -fc3 kernel).
r=alex
parent 17aba1a7
No related branches found
No related tags found
No related merge requests found
...@@ -228,7 +228,7 @@ Index: linux-2.6.7/include/linux/fs.h ...@@ -228,7 +228,7 @@ Index: linux-2.6.7/include/linux/fs.h
#define S_NOQUOTA 64 /* Inode is not counted to quota */ #define S_NOQUOTA 64 /* Inode is not counted to quota */
#define S_DIRSYNC 128 /* Directory modifications are synchronous */ #define S_DIRSYNC 128 /* Directory modifications are synchronous */
#define S_NOCMTIME 256 /* Do not update file c/mtime */ #define S_NOCMTIME 256 /* Do not update file c/mtime */
+#define S_PDIROPS 256 /* Parallel directory operations */ +#define S_PDIROPS 512 /* Parallel directory operations */
/* /*
* Note that nosuid etc flags are inode-specific: setting some file-system * Note that nosuid etc flags are inode-specific: setting some file-system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment