X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=include%2Flinux%2Ffs.h;h=ab11c44b069766aa2646cad7ffc16a0d94345857;hb=f4e0c30c191;hp=dd6615f0fd13a8a0e934f7b5c86399f94fe19c0a;hpb=60545d0d4610b02e55f65d141c95b18ccf855b6e;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git diff --git a/include/linux/fs.h b/include/linux/fs.h index dd6615f0fd13..ab11c44b0697 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1744,6 +1744,7 @@ struct super_operations { #define I_REFERENCED (1 << 8) #define __I_DIO_WAKEUP 9 #define I_DIO_WAKEUP (1 << I_DIO_WAKEUP) +#define I_LINKABLE (1 << 10) #define I_DIRTY (I_DIRTY_SYNC | I_DIRTY_DATASYNC | I_DIRTY_PAGES)