Merge tag 'erofs-for-5.5-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / fs / afs / dynroot.c
index bcd1baf..4150280 100644 (file)
 #include <linux/dns_resolver.h>
 #include "internal.h"
 
-const struct file_operations afs_dynroot_file_operations = {
-       .open           = dcache_dir_open,
-       .release        = dcache_dir_close,
-       .iterate_shared = dcache_readdir,
-       .llseek         = dcache_dir_lseek,
-};
-
 /*
  * Probe to see if a cell may exist.  This prevents positive dentries from
  * being created unnecessarily.