]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4: extended attribute value size limit is enforced by vfs
authorTahsin Erdogan <tahsin@google.com>
Thu, 22 Jun 2017 01:41:37 +0000 (21:41 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 22 Jun 2017 01:41:37 +0000 (21:41 -0400)
commit0eefb10758e696616f19a84d8c5f15b9ffc0dccd
tree0fff2ea2b22a0b3f5bd1dbad5f21a38e7be68133
parent1e7d359d710e84b996bd034f4ecc7c721e445603
ext4: extended attribute value size limit is enforced by vfs

EXT4_XATTR_MAX_LARGE_EA_SIZE definition in ext4 is currently unused.
Besides, vfs enforces its own 64k limit which makes the 1MB limit in
ext4 redundant. Remove it.

Signed-off-by: Tahsin Erdogan <tahsin@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h