Btrfs: Add code to support file creation time
This patch adds a new member to the 'struct btrfs_inode' structure to hold the file creation time. Signed-off-by: chandan <chandanrmail@gmail.com> [refreshed, removed btrfs_inode_otime] Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <clm@fb.com>
This commit is contained in:
@@ -185,6 +185,9 @@ struct btrfs_inode {
|
||||
|
||||
struct btrfs_delayed_node *delayed_node;
|
||||
|
||||
/* File creation time. */
|
||||
struct timespec i_otime;
|
||||
|
||||
struct inode vfs_inode;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user