diff options
Diffstat (limited to 'fs/proc/root.c')
| -rw-r--r-- | fs/proc/root.c | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/fs/proc/root.c b/fs/proc/root.c index 06a297a27ba3..ed86ac710384 100644 --- a/fs/proc/root.c +++ b/fs/proc/root.c @@ -363,12 +363,12 @@ static const struct inode_operations proc_root_inode_operations = {   * This is the root "inode" in the /proc tree..   */  struct proc_dir_entry proc_root = { -	.low_ino	= PROC_ROOT_INO,  -	.namelen	= 5,  -	.mode		= S_IFDIR | S_IRUGO | S_IXUGO,  -	.nlink		= 2,  +	.low_ino	= PROCFS_ROOT_INO, +	.namelen	= 5, +	.mode		= S_IFDIR | S_IRUGO | S_IXUGO, +	.nlink		= 2,  	.refcnt		= REFCOUNT_INIT(1), -	.proc_iops	= &proc_root_inode_operations,  +	.proc_iops	= &proc_root_inode_operations,  	.proc_dir_ops	= &proc_root_operations,  	.parent		= &proc_root,  	.subdir		= RB_ROOT, | 
