Bug 103071 - Dead "security.*" xattr code in ubifs
Summary: Dead "security.*" xattr code in ubifs
Status: NEW
Alias: None
Product: File System
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: fs_other
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-18 12:12 UTC by Andreas Gruenbacher
Modified: 2016-03-20 10:00 UTC (History)
2 users (show)

See Also:
Kernel Version: 4.2-rc7
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Andreas Gruenbacher 2015-08-18 12:12:05 UTC
ubifs sets sb->s_xattr to ubifs_xattr_handlers which contains a handler for "security.*" xattrs. The s_xattr handlers are never used because ubifs uses its own ubifs_{get,set,list,remove}xattr inode operations instead of generic_{get,set,list,remove}xattr inode operations though.

Note You need to log in before you can comment on or make changes to this bug.