[readdir] constify ->actor
[firefly-linux-kernel-4.4.55.git] / include / linux / fs.h
index b9641ae68da8f80887cadab177c5af7d688cdaff..9257703686d491b3a2ec83158c5ee7fd8387e040 100644 (file)
@@ -1507,7 +1507,7 @@ int fiemap_check_flags(struct fiemap_extent_info *fieinfo, u32 fs_flags);
  */
 typedef int (*filldir_t)(void *, const char *, int, loff_t, u64, unsigned);
 struct dir_context {
-       filldir_t actor;
+       const filldir_t actor;
        loff_t pos;
 };