The JBD2 naming cleanups patch was missing a definition of JBD2_POISON_FREE
[ext4-patch-queue.git] / 64-bit-i_version.patch
blobde7ad65fa4e0d04eda22dfd2a274549d7d09516c
1 This patch converts the 32-bit i_version in the generic inode to a 64-bit
3 From: Jean Noel Cordenner <jean-noel.cordenner@bull.net>
5 i_version field.
7 Signed-off-by: Mingming Cao <cmm@us.ibm.com>
8 Signed-off-by: Jean Noel Cordenner <jean-noel.cordenner@bull.net>
9 Signed-off-by: Kalpak Shah <kalpak@clusterfs.com>
10 ---
12 include/linux/fs.h | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
16 Index: linux-2.6.23-rc5/include/linux/fs.h
17 ===================================================================
18 --- linux-2.6.23-rc5.orig/include/linux/fs.h 2007-09-11 18:15:52.000000000 -0700
19 +++ linux-2.6.23-rc5/include/linux/fs.h 2007-09-12 16:13:30.000000000 -0700
20 @@ -541,7 +541,7 @@ struct inode {
21 uid_t i_uid;
22 gid_t i_gid;
23 dev_t i_rdev;
24 - unsigned long i_version;
25 + u64 i_version;
26 loff_t i_size;
27 #ifdef __NEED_I_SIZE_ORDERED
28 seqcount_t i_size_seqcount;