diff options
author | Tahsin Erdogan <tahsin@google.com> | 2017-06-22 16:28:38 +0200 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2017-06-22 16:28:38 +0200 |
commit | b6d9029df083c0a9ce1d4eda1480105e635e0d61 (patch) | |
tree | bd7cee2cdb7aabbe711fd45004247834b5e895c0 /fs/ext4/ext4.h | |
parent | ext4: modify ext4_xattr_ino_array to hold struct inode * (diff) | |
download | linux-b6d9029df083c0a9ce1d4eda1480105e635e0d61.tar.xz linux-b6d9029df083c0a9ce1d4eda1480105e635e0d61.zip |
ext4: move struct ext4_xattr_inode_array to xattr.h
Since this is a xattr specific data structure it is cleaner to keep it in
xattr header file.
Signed-off-by: Tahsin Erdogan <tahsin@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 144a2863ba27..6b7c517498c9 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -2243,10 +2243,6 @@ struct mmpd_data { # define ATTRIB_NORET __attribute__((noreturn)) # define NORET_AND noreturn, -struct ext4_xattr_inode_array { - unsigned int count; /* # of used items in the array */ - struct inode *inodes[0]; -}; /* bitmap.c */ extern unsigned int ext4_count_free(char *bitmap, unsigned numchars); void ext4_inode_bitmap_csum_set(struct super_block *sb, ext4_group_t group, |