|
@@ -169,6 +169,7 @@ extern int dir_notify_enable;
|
|
|
#define IS_DIRSYNC(inode) (__IS_FLG(inode, MS_SYNCHRONOUS|MS_DIRSYNC) || \
|
|
|
((inode)->i_flags & (S_SYNC|S_DIRSYNC)))
|
|
|
#define IS_MANDLOCK(inode) __IS_FLG(inode, MS_MANDLOCK)
|
|
|
+#define IS_NOATIME(inode) __IS_FLG(inode, MS_RDONLY|MS_NOATIME)
|
|
|
|
|
|
#define IS_NOQUOTA(inode) ((inode)->i_flags & S_NOQUOTA)
|
|
|
#define IS_APPEND(inode) ((inode)->i_flags & S_APPEND)
|