patch-2.1.44 linux/fs/dquot.c

Next file: linux/fs/ext2/balloc.c
Previous file: linux/fs/dcache.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.43/linux/fs/dquot.c linux/fs/dquot.c
@@ -1038,7 +1038,7 @@
 	if (special == (char *)NULL && (cmds == Q_SYNC || cmds == Q_GETSTATS))
 		dev = 0;
 	else {
-		int error = namei(NAM_FOLLOW_LINK, special, &ino);
+		int error = namei(special, &ino);
 		if(error)
 			goto out;
 		dev = ino->i_rdev;

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