]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fs/ntfs3: fix $LXDEV xattr lookup
authorZhan Xusheng <zhanxusheng1024@gmail.com>
Fri, 27 Mar 2026 03:24:54 +0000 (11:24 +0800)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 7 Apr 2026 16:43:36 +0000 (18:43 +0200)
commitbb82fe0872de867f87fd4f64c9cb157903ac78db
tree22e7053913739b5657e4c382c6c54b7ef0a99707
parent859d777646b56dd878b136392f3d03fb8153b559
fs/ntfs3: fix $LXDEV xattr lookup

Use correct xattr name ("$LXDEV") and buffer size when calling
ntfs_get_ea(), otherwise the attribute may not be read.

Signed-off-by: Zhan Xusheng <zhanxusheng@xiaomi.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/xattr.c