patch-2.1.56 linux/fs/open.c

Next file: linux/fs/pipe.c
Previous file: linux/fs/nfsd/vfs.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.55/linux/fs/open.c linux/fs/open.c
@@ -717,7 +717,7 @@
 	struct inode * inode = dentry->d_inode;
 
 	if (filp->f_op && filp->f_op->release)
-		error = filp->f_op->release(inode,filp);
+		error = filp->f_op->release(inode, filp);
 	filp->f_dentry = NULL;
 	if (filp->f_mode & FMODE_WRITE)
 		put_write_access(inode);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov