diff options
| author | 2009-02-20 05:56:19 +0000 | |
|---|---|---|
| committer | 2009-03-27 14:44:00 -0400 | |
| commit | 08f11513fa6f712506edb99327f7d051da9d860f (patch) | |
| tree | 4c174f5d9d573187687c4c638d90a4dee69cce1a /fs/autofs4/inode.c | |
| parent | constify dentry_operations: 9p (diff) | |
| download | linux-dev-08f11513fa6f712506edb99327f7d051da9d860f.tar.xz linux-dev-08f11513fa6f712506edb99327f7d051da9d860f.zip | |
constify dentry_operations: autofs, autofs4
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/autofs4/inode.c')
| -rw-r--r-- | fs/autofs4/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs4/inode.c b/fs/autofs4/inode.c index 716e12b627b2..69c8142da838 100644 --- a/fs/autofs4/inode.c +++ b/fs/autofs4/inode.c @@ -310,7 +310,7 @@ static struct autofs_info *autofs4_mkroot(struct autofs_sb_info *sbi) return ino; } -static struct dentry_operations autofs4_sb_dentry_operations = { +static const struct dentry_operations autofs4_sb_dentry_operations = { .d_release = autofs4_dentry_release, }; |
