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>
Este commit está contenido en:
Tahsin Erdogan
2017-06-22 10:28:38 -04:00
cometido por Theodore Ts'o
padre 0421a189bc
commit b6d9029df0
Se han modificado 2 ficheros con 5 adiciones y 4 borrados

Ver fichero

@@ -117,6 +117,11 @@ struct ext4_xattr_ibody_find {
struct ext4_iloc iloc;
};
struct ext4_xattr_inode_array {
unsigned int count; /* # of used items in the array */
struct inode *inodes[0];
};
extern const struct xattr_handler ext4_xattr_user_handler;
extern const struct xattr_handler ext4_xattr_trusted_handler;
extern const struct xattr_handler ext4_xattr_security_handler;