projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f618776
)
fs/efivarfs/super.c: use static const for dentry_operations
author
Fabian Frederick
<fabf@skynet.be>
Wed, 4 Jun 2014 23:11:14 +0000
(16:11 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:14 +0000
(16:54 -0700)
...like other filesystems.
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Matthew Garrett <matthew.garrett@nebula.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/efivarfs/super.c
patch
|
blob
|
history
diff --git
a/fs/efivarfs/super.c
b/fs/efivarfs/super.c
index becc725a195308edfcd518572f1f8784052b1bb6..0a48886e069cda3b1a309ef077a4e6dcc79490bb 100644
(file)
--- a/
fs/efivarfs/super.c
+++ b/
fs/efivarfs/super.c
@@
-83,7
+83,7
@@
static int efivarfs_d_hash(const struct dentry *dentry, struct qstr *qstr)
return 0;
}
-static struct dentry_operations efivarfs_d_ops = {
+static
const
struct dentry_operations efivarfs_d_ops = {
.d_compare = efivarfs_d_compare,
.d_hash = efivarfs_d_hash,
.d_delete = always_delete_dentry,