X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fext3%2Fnamei.c;h=cf359ec81ed60d6486b91143e33964f944ca6f4b;hb=44c40f29869a02dd430beb7fed0b6ca7d8ef5e54;hp=b0b8e1091f13f6c4cb2ba8442387823cb0da2782;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/fs/ext3/namei.c b/fs/ext3/namei.c index b0b8e1091..cf359ec81 100644 --- a/fs/ext3/namei.c +++ b/fs/ext3/namei.c @@ -36,7 +36,6 @@ #include #include #include -#include #include "xattr.h" #include "acl.h" @@ -873,7 +872,7 @@ restart: if (!buffer_uptodate(bh)) { /* read error, skip block & hope for the best */ ext3_error(sb, __FUNCTION__, "reading directory #%lu " - "offset %lu", dir->i_ino, block); + "offset %lu\n", dir->i_ino, block); brelse(bh); goto next; } @@ -990,7 +989,6 @@ static struct dentry *ext3_lookup(struct inode * dir, struct dentry *dentry, str if (!inode) return ERR_PTR(-EACCES); - vx_propagate_xid(nd, inode); } if (inode) return d_splice_alias(inode, dentry);