X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fjfs%2Fjfs_dinode.h;h=79e486d3c7fa5779389fc6e6828c70f182823fa7;hb=34a75f0025b9cf803b6a88db032e6ad6950c9313;hp=6bfab0356737838bd4d8c36f4124ade247b2cf0b;hpb=43bc926fffd92024b46cafaf7350d669ba9ca884;p=linux-2.6.git diff --git a/fs/jfs/jfs_dinode.h b/fs/jfs/jfs_dinode.h index 6bfab0356..79e486d3c 100644 --- a/fs/jfs/jfs_dinode.h +++ b/fs/jfs/jfs_dinode.h @@ -162,8 +162,8 @@ struct dinode { #define JFS_APPEND_FL 0x01000000 /* writes to file may only append */ #define JFS_IMMUTABLE_FL 0x02000000 /* Immutable file */ -#define JFS_BARRIER_FL 0x04000000 /* Barrier for chroot() */ -#define JFS_IUNLINK_FL 0x08000000 /* Immutable unlink */ +#define JFS_BARRIER_FL 0x04000000 /* Barrier for chroot() */ +#define JFS_IUNLINK_FL 0x08000000 /* Immutable unlink */ #define JFS_FL_USER_VISIBLE 0x0FF80000 #define JFS_FL_USER_MODIFIABLE 0x03F80000 @@ -173,4 +173,5 @@ struct dinode { #define JFS_IOC_GETFLAGS _IOR('f', 1, long) #define JFS_IOC_SETFLAGS _IOW('f', 2, long) + #endif /*_H_JFS_DINODE */