Add KABI slots for fs module struct.
Long Li (8): fscrypt: kabi: Reserve KABI slots for fscrypt_operations struct fanotify: kabi: Reserve KABI slots for fsnotify_* struct kernfs: kabi: Reserve KABI slots for kernfs_* struct xattr: kabi: Reserve KABI slots for xattr_handler struct fs: kabi: Reserve KABI slots for nameidata struct dax: kabi: Reserve KABI slots for dax_* struct profs: kabi: Reserve KABI slots for proc_ops struct sysfs: kabi: Reserve KABI slots for bin_attribute struct
drivers/dax/super.c | 10 ++++++++++ fs/kernfs/file.c | 5 +++++ fs/kernfs/kernfs-internal.h | 7 +++++++ fs/namei.c | 3 +++ include/linux/dax.h | 10 ++++++++++ include/linux/fscrypt.h | 5 +++++ include/linux/fsnotify_backend.h | 15 +++++++++++++++ include/linux/kernfs.h | 10 ++++++++++ include/linux/proc_fs.h | 6 ++++++ include/linux/sysfs.h | 3 +++ include/linux/xattr.h | 5 ++++- 11 files changed, 78 insertions(+), 1 deletion(-)