diff options
author | Jan Kara <jack@suse.cz> | 2019-02-14 17:46:33 +0100 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2019-02-14 17:46:33 +0100 |
commit | 53136b393c918cb14626419d6b626a7416b9cbf6 (patch) | |
tree | 07dfd93d9776d6cb74d6107c08bda07cb1c3e0b7 /fs/notify | |
parent | e7fce6d94cc1f7d7ccb6e79dbf7062baec45e142 (diff) | |
download | linux-53136b393c918cb14626419d6b626a7416b9cbf6.tar.gz linux-53136b393c918cb14626419d6b626a7416b9cbf6.tar.bz2 linux-53136b393c918cb14626419d6b626a7416b9cbf6.zip |
fanotify: Select EXPORTFS
Fanotify now uses exportfs_encode_inode_fh() so it needs to select
EXPORTFS.
Fixes: e9e0c8903009 "fanotify: encode file identifier for FAN_REPORT_FID"
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/notify')
-rw-r--r-- | fs/notify/fanotify/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/notify/fanotify/Kconfig b/fs/notify/fanotify/Kconfig index 41355ce74ac0..735bfb2e9190 100644 --- a/fs/notify/fanotify/Kconfig +++ b/fs/notify/fanotify/Kconfig @@ -2,6 +2,7 @@ config FANOTIFY bool "Filesystem wide access notification" select FSNOTIFY select ANON_INODES + select EXPORTFS default n ---help--- Say Y here to enable fanotify support. fanotify is a file access |