From: Jan Kara Date: Thu, 14 Feb 2019 16:46:33 +0000 (+0100) Subject: fanotify: Select EXPORTFS X-Git-Tag: v5.1-rc1~139^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53136b393c918cb14626419d6b626a7416b9cbf6;p=thirdparty%2Fkernel%2Fstable.git 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 Signed-off-by: Jan Kara --- diff --git a/fs/notify/fanotify/Kconfig b/fs/notify/fanotify/Kconfig index 41355ce74ac0b..735bfb2e9190e 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