Message ID | 20121212110554.19d0d7da@notabene.brown (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/fs/nfs/write.c b/fs/nfs/write.c index 9347ab7..e5da5e8 100644 --- a/fs/nfs/write.c +++ b/fs/nfs/write.c @@ -202,7 +202,6 @@ out: /* A writeback failed: mark the page as bad, and invalidate the page cache */ static void nfs_set_pageerror(struct page *page) { - SetPageError(page); nfs_zap_mapping(page_file_mapping(page)->host, page_file_mapping(page)); }