From 15b8435b4c846628e34f155234767ea6b95a5343 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Fri, 20 Feb 2009 06:02:01 +0000 Subject: [PATCH] --- yaml --- r: 135948 b: refs/heads/master c: 296c2d86635bd6ecd8f282dfff18bb68fb4fc512 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/configfs/dir.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index faccfe0d1aaf..9c6a6efa6464 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ee1ec32903fc3139af00ebc7ee483dabca3f4fa5 +refs/heads/master: 296c2d86635bd6ecd8f282dfff18bb68fb4fc512 diff --git a/trunk/fs/configfs/dir.c b/trunk/fs/configfs/dir.c index 8e93341f3e82..05373db21a4e 100644 --- a/trunk/fs/configfs/dir.c +++ b/trunk/fs/configfs/dir.c @@ -72,7 +72,7 @@ static int configfs_d_delete(struct dentry *dentry) return 1; } -static struct dentry_operations configfs_dentry_ops = { +static const struct dentry_operations configfs_dentry_ops = { .d_iput = configfs_d_iput, /* simple_delete_dentry() isn't exported */ .d_delete = configfs_d_delete,