patch-2.3.6 linux/fs/autofs/inode.c
Next file: linux/fs/binfmt_aout.c
Previous file: linux/fs/affs/super.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Jun 8 10:47:58 1999
- Orig file:
v2.3.5/linux/fs/autofs/inode.c
- Orig date:
Mon Jan 11 15:03:30 1999
diff -u --recursive --new-file v2.3.5/linux/fs/autofs/inode.c linux/fs/autofs/inode.c
@@ -176,7 +176,7 @@
* Get the root inode and dentry, but defer checking for errors.
*/
root_inode = iget(s, AUTOFS_ROOT_INO);
- root = d_alloc_root(root_inode, NULL);
+ root = d_alloc_root(root_inode);
pipe = NULL;
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)