diff options
Diffstat (limited to 'net/socket.c')
| -rw-r--r-- | net/socket.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket.c b/net/socket.c index af0205ff56f2..0b14b79c03af 100644 --- a/net/socket.c +++ b/net/socket.c  | |||
| @@ -328,7 +328,7 @@ static char *sockfs_dname(struct dentry *dentry, char *buffer, int buflen) | |||
| 328 | dentry->d_inode->i_ino); | 328 | dentry->d_inode->i_ino); | 
| 329 | } | 329 | } | 
| 330 | 330 | ||
| 331 | static struct dentry_operations sockfs_dentry_operations = { | 331 | static const struct dentry_operations sockfs_dentry_operations = { | 
| 332 | .d_delete = sockfs_delete_dentry, | 332 | .d_delete = sockfs_delete_dentry, | 
| 333 | .d_dname = sockfs_dname, | 333 | .d_dname = sockfs_dname, | 
| 334 | }; | 334 | }; | 
