提交 c2cdc2ab 编写于 作者: E Eric Biggers 提交者: J. Bruce Fields

nfsd: constify write_op[]

write_op[] is never modified, so make it 'const'.
Signed-off-by: NEric Biggers <ebiggers@google.com>
Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
上级 5ed96bc5
......@@ -73,7 +73,7 @@ static ssize_t write_recoverydir(struct file *file, char *buf, size_t size);
static ssize_t write_v4_end_grace(struct file *file, char *buf, size_t size);
#endif
static ssize_t (*write_op[])(struct file *, char *, size_t) = {
static ssize_t (*const write_op[])(struct file *, char *, size_t) = {
[NFSD_Fh] = write_filehandle,
[NFSD_FO_UnlockIP] = write_unlock_ip,
[NFSD_FO_UnlockFS] = write_unlock_fs,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册