diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2016-05-12 19:49:30 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-05-12 19:49:30 -0400 |
| commit | 552a9d489f1412beb5914f0c64a54d921a9c6624 (patch) | |
| tree | e3c59b96d6c52d769c807974a57381dc261513cf /fs/hostfs | |
| parent | 7d674b3195b854eec26724b8e85c97da79cdcf9d (diff) | |
hostfs: switch to ->iterate_shared()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/hostfs')
| -rw-r--r-- | fs/hostfs/hostfs_kern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hostfs/hostfs_kern.c b/fs/hostfs/hostfs_kern.c index 7016653f3e41..5c57654927a6 100644 --- a/fs/hostfs/hostfs_kern.c +++ b/fs/hostfs/hostfs_kern.c | |||
| @@ -398,7 +398,7 @@ static const struct file_operations hostfs_file_fops = { | |||
| 398 | 398 | ||
| 399 | static const struct file_operations hostfs_dir_fops = { | 399 | static const struct file_operations hostfs_dir_fops = { |
| 400 | .llseek = generic_file_llseek, | 400 | .llseek = generic_file_llseek, |
| 401 | .iterate = hostfs_readdir, | 401 | .iterate_shared = hostfs_readdir, |
| 402 | .read = generic_read_dir, | 402 | .read = generic_read_dir, |
| 403 | .open = hostfs_open, | 403 | .open = hostfs_open, |
| 404 | .fsync = hostfs_fsync, | 404 | .fsync = hostfs_fsync, |
