Commit 06803e35 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] reiserfs: acl device node initialization

From: Chris Mason <mason@suse.com>

From: jeffm@suse.com

properly init device inodes in the acl code
parent bb0ad0aa
......@@ -630,7 +630,7 @@ static int reiserfs_mknod (struct inode * dir, struct dentry *dentry, int mode,
goto out_failed;
}
init_special_inode(inode, mode, rdev) ;
init_special_inode(inode, inode->i_mode, rdev) ;
//FIXME: needed for block and char devices only
reiserfs_update_sd (&th, inode);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment