constify dentry_operations: misc filesystems
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
f786aa90e0
commit
e16404ed0f
18 changed files with 22 additions and 23 deletions
|
@ -59,7 +59,7 @@ static int coda_return_EIO(void)
|
|||
}
|
||||
#define CODA_EIO_ERROR ((void *) (coda_return_EIO))
|
||||
|
||||
static struct dentry_operations coda_dentry_operations =
|
||||
static const struct dentry_operations coda_dentry_operations =
|
||||
{
|
||||
.d_revalidate = coda_dentry_revalidate,
|
||||
.d_delete = coda_dentry_delete,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue