diff options
author | Josef Bacik <josef@redhat.com> | 2011-07-14 16:02:04 -0400 |
---|---|---|
committer | Josef Bacik <josef@redhat.com> | 2011-10-19 15:12:28 -0400 |
commit | 0cbbdf7c9c46467bfb7129c30236f36a679ab244 (patch) | |
tree | eb46b44f991d77fb7ee2e4eeab690a92af692189 /fs/btrfs/btrfs_inode.h | |
parent | f1bdcc0a8278aa42cb77331275890aac85a4e7cd (diff) |
Btrfs: kill reserved_bytes in inode
reserved_bytes is not used for anything in the inode, remove it.
Signed-off-by: Josef Bacik <josef@redhat.com>
Diffstat (limited to 'fs/btrfs/btrfs_inode.h')
-rw-r--r-- | fs/btrfs/btrfs_inode.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h index bf325f40cf92..c70fb10a307b 100644 --- a/fs/btrfs/btrfs_inode.h +++ b/fs/btrfs/btrfs_inode.h | |||
@@ -103,11 +103,6 @@ struct btrfs_inode { | |||
103 | */ | 103 | */ |
104 | u64 delalloc_bytes; | 104 | u64 delalloc_bytes; |
105 | 105 | ||
106 | /* total number of bytes that may be used for this inode for | ||
107 | * delalloc | ||
108 | */ | ||
109 | u64 reserved_bytes; | ||
110 | |||
111 | /* | 106 | /* |
112 | * the size of the file stored in the metadata on disk. data=ordered | 107 | * the size of the file stored in the metadata on disk. data=ordered |
113 | * means the in-memory i_size might be larger than the size on disk | 108 | * means the in-memory i_size might be larger than the size on disk |