Skip to content
Snippets Groups Projects
Commit 4223a07c authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch b1_6

Fix the ext3-nanosecond patch so it applies to both ldiskfs and ldiskfs2.
parent 13cae8ca
No related branches found
No related tags found
No related merge requests found
......@@ -379,13 +379,13 @@ Index: linux-stage/include/linux/ext3_fs_i.h
--- linux-stage.orig/include/linux/ext3_fs_i.h
+++ linux-stage/include/linux/ext3_fs_i.h
@@ -130,6 +130,7 @@ struct ext3_inode_info {
struct inode vfs_inode;
__u32 i_cached_extent[4];
/* on-disk additional length */
__u16 i_extra_isize;
+ struct timespec i_crtime;
/* mballoc */
struct list_head i_prealloc_list;
/*
* truncate_sem is for serialising ext3_truncate() against
Index: linux-stage/include/linux/ext3_fs_sb.h
===================================================================
--- linux-stage.orig/include/linux/ext3_fs_sb.h
......
......@@ -379,13 +379,13 @@ Index: linux-stage/include/linux/ext3_fs_i.h
--- linux-stage.orig/include/linux/ext3_fs_i.h
+++ linux-stage/include/linux/ext3_fs_i.h
@@ -130,6 +130,7 @@ struct ext3_inode_info {
struct inode vfs_inode;
__u32 i_cached_extent[4];
/* on-disk additional length */
__u16 i_extra_isize;
+ struct timespec i_crtime;
/* mballoc */
struct list_head i_prealloc_list;
/*
* truncate_sem is for serialising ext3_truncate() against
Index: linux-stage/include/linux/ext3_fs_sb.h
===================================================================
--- linux-stage.orig/include/linux/ext3_fs_sb.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment