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 | 9 +++++++++ fs/kernfs/file.c | 4 ++++ fs/kernfs/kernfs-internal.h | 6 ++++++ fs/namei.c | 2 ++ include/linux/dax.h | 9 +++++++++ include/linux/fscrypt.h | 4 ++++ include/linux/fsnotify_backend.h | 14 ++++++++++++++ include/linux/kernfs.h | 10 ++++++++++ include/linux/proc_fs.h | 5 +++++ include/linux/sysfs.h | 2 ++ include/linux/xattr.h | 5 ++++- 11 files changed, 69 insertions(+), 1 deletion(-)