mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 09:02:06 +00:00
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:
parent
a937b9791e
commit
9cc97d6462
3 changed files with 36 additions and 2 deletions
|
@ -185,6 +185,9 @@ struct btrfs_inode {
|
|||
|
||||
struct btrfs_delayed_node *delayed_node;
|
||||
|
||||
/* File creation time. */
|
||||
struct timespec i_otime;
|
||||
|
||||
struct inode vfs_inode;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue