diff options
Diffstat (limited to 'fs/nfsd/export.c')
-rw-r--r-- | fs/nfsd/export.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfsd/export.c b/fs/nfsd/export.c index eccd2c2eb60d..cfe141e5d759 100644 --- a/fs/nfsd/export.c +++ b/fs/nfsd/export.c | |||
@@ -1078,6 +1078,7 @@ exp_pseudoroot(struct auth_domain *clp, struct svc_fh *fhp, | |||
1078 | /* Iterator */ | 1078 | /* Iterator */ |
1079 | 1079 | ||
1080 | static void *e_start(struct seq_file *m, loff_t *pos) | 1080 | static void *e_start(struct seq_file *m, loff_t *pos) |
1081 | __acquires(svc_export_cache.hash_lock) | ||
1081 | { | 1082 | { |
1082 | loff_t n = *pos; | 1083 | loff_t n = *pos; |
1083 | unsigned hash, export; | 1084 | unsigned hash, export; |
@@ -1131,6 +1132,7 @@ static void *e_next(struct seq_file *m, void *p, loff_t *pos) | |||
1131 | } | 1132 | } |
1132 | 1133 | ||
1133 | static void e_stop(struct seq_file *m, void *p) | 1134 | static void e_stop(struct seq_file *m, void *p) |
1135 | __releases(svc_export_cache.hash_lock) | ||
1134 | { | 1136 | { |
1135 | read_unlock(&svc_export_cache.hash_lock); | 1137 | read_unlock(&svc_export_cache.hash_lock); |
1136 | exp_readunlock(); | 1138 | exp_readunlock(); |