From 5ba4d6d194064ddd1187ae95b091025970d61f55 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 5 Feb 2003 21:55:30 +0000 Subject: [PATCH] Fix for bug 695, and a regression test to go with it (get rid of hard-coded pathnames in sanity.sh while I'm at it ;-). These are only client-side checks (the MDS does it's own checking for both mds_open() and mds_reint_create() so that we don't create a bogus file type). --- lustre/extN/extN-iget-debug.diff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lustre/extN/extN-iget-debug.diff b/lustre/extN/extN-iget-debug.diff index 7b552f5..9714e35 100644 --- a/lustre/extN/extN-iget-debug.diff +++ b/lustre/extN/extN-iget-debug.diff @@ -1,5 +1,5 @@ ---- fs/ext3/namei.c.orig Thu Jan 30 01:15:13 2003 -+++ fs/ext3/namei.c Sat Feb 1 00:33:46 2003 +--- linux/fs/ext3/namei.c.orig Thu Jan 30 01:15:13 2003 ++++ linux/fs/ext3/namei.c Sat Feb 1 00:33:46 2003 @@ -710,6 +710,24 @@ return ret; } @@ -34,8 +34,8 @@ if (!inode) return ERR_PTR(-EACCES); ---- fs/ext3/inode.c.orig Thu Jan 30 01:15:13 2003 -+++ fs/ext3/inode.c Sat Feb 1 00:34:45 2003 +--- linux/fs/ext3/inode.c.orig Thu Jan 30 01:15:13 2003 ++++ linux/fs/ext3/inode.c Sat Feb 1 00:34:45 2003 @@ -166,6 +166,9 @@ */ void extN_put_inode (struct inode * inode) -- 1.8.3.1