diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2013-05-22 22:22:04 -0400 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-11 10:59:54 +0200 |
| commit | 29c1b98bdf3a3b7ab3f3f8c3ffd2d9b7106149da (patch) | |
| tree | a8a65b9fe5985e929913e60e86dce39cd7aa74bc /include/linux/fs.h | |
| parent | c8956f667d108bad11dc75dc78df9a3932bdadf7 (diff) | |
constify ->actor
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Git-commit: b2497fc3057ae27db9aa29579f16ae5afb6d6d08
Git-repo: https://android.googlesource.com/kernel/common.git
Signed-off-by: Ian Maund <imaund@codeaurora.org>
Diffstat (limited to 'include/linux/fs.h')
| -rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 189cb1067..264a4f9cf 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1500,7 +1500,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; }; |
