patch-pre2.0.2 linux/fs/affs/dir.c

Next file: linux/fs/binfmt_java.c
Previous file: linux/drivers/scsi/aic7xxx_proc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file pre2.0.1/linux/fs/affs/dir.c linux/fs/affs/dir.c
@@ -144,10 +144,10 @@
 		if (filp->private_data && filp->f_version == dir->i_version) {
 			i = (ULONG)filp->private_data;
 			j = 0;
-			pd_debug("AFFS: readdir() left off=%lu\n",i);
+			pr_debug("AFFS: readdir() left off=%lu\n",i);
 		}
 		filp->f_version = dir->i_version;
-		pd_debug("AFFS: hash_pos=%lu chain_pos=%lu\n", hash_pos, chain_pos);
+		pr_debug("AFFS: hash_pos=%lu chain_pos=%lu\n", hash_pos, chain_pos);
 		while (i) {
 			if (!(fh_bh = affs_bread(inode->i_dev,i,AFFS_I2BSIZE(inode)))) {
 				printk("AFFS: readdir: Can't get block %d\n",i);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this