OSDN Git Service

vfs: move permission checking into notify_change() for utimes(NULL)
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / include / linux / fs.h
index 0166582..e1a1237 100644 (file)
@@ -226,6 +226,7 @@ typedef void (dax_iodone_t)(struct buffer_head *bh_map, int uptodate);
 #define ATTR_KILL_PRIV (1 << 14)
 #define ATTR_OPEN      (1 << 15) /* Truncating from open(O_TRUNC) */
 #define ATTR_TIMES_SET (1 << 16)
+#define ATTR_TOUCH     (1 << 17)
 
 /*
  * Whiteout is represented by a char device.  The following constants define the