X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Freiserfs%2Fxattr.c;fp=fs%2Freiserfs%2Fxattr.c;h=bf6e58214538e8f154420d247d199a681785db9a;hb=6fe6900e1e5b6fa9e5c59aa5061f244fe3f467e2;hp=2cac56210e2b1a7aee37fc373ca222714f8b5030;hpb=714b8171af9c930a59a0da8f6fe50518e70ab035;p=powerpc.git diff --git a/fs/reiserfs/xattr.c b/fs/reiserfs/xattr.c index 2cac56210e..bf6e582145 100644 --- a/fs/reiserfs/xattr.c +++ b/fs/reiserfs/xattr.c @@ -410,11 +410,7 @@ static struct page *reiserfs_get_page(struct inode *dir, unsigned long n) mapping_set_gfp_mask(mapping, GFP_NOFS); page = read_mapping_page(mapping, n, NULL); if (!IS_ERR(page)) { - wait_on_page_locked(page); kmap(page); - if (!PageUptodate(page)) - goto fail; - if (PageError(page)) goto fail; }