commit | 08f11513fa6f712506edb99327f7d051da9d860f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Feb 20 05:56:19 2009 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Mar 27 14:44:00 2009 -0400 |
tree | 4c174f5d9d573187687c4c638d90a4dee69cce1a | |
parent | a488257ce5a55c53973671218791296463698d07 [diff] [blame] |
constify dentry_operations: autofs, autofs4 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/autofs/root.c b/fs/autofs/root.c index 8aacade..4a1401c 100644 --- a/fs/autofs/root.c +++ b/fs/autofs/root.c
@@ -192,7 +192,7 @@ return 1; } -static struct dentry_operations autofs_dentry_operations = { +static const struct dentry_operations autofs_dentry_operations = { .d_revalidate = autofs_revalidate, };