]> asedeno.scripts.mit.edu Git - linux.git/commit
ext4: skip ext4_init_security() and encryption on ea_inodes
authorTahsin Erdogan <tahsin@google.com>
Thu, 6 Jul 2017 04:00:59 +0000 (00:00 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Jul 2017 04:00:59 +0000 (00:00 -0400)
commitad47f9533994d7e3d2dbfa4fffe85934a1627edc
tree210b6967bae407e56c3afb53eb9066a5f04bc4dc
parent2a527d6858c246db8afc3d576dbcbff0902f933b
ext4: skip ext4_init_security() and encryption on ea_inodes

Extended attribute inodes are internal to ext4. Adding encryption/security
related attributes on them would mean dealing with nested calls into ea code.
Since they have no direct exposure to user mode, just avoid creating ea
entries for them.

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