diff options
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/write.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/write.c b/fs/nfs/write.c index f608ca606b2b..5209916e1222 100644 --- a/fs/nfs/write.c +++ b/fs/nfs/write.c | |||
@@ -202,7 +202,6 @@ out: | |||
202 | /* A writeback failed: mark the page as bad, and invalidate the page cache */ | 202 | /* A writeback failed: mark the page as bad, and invalidate the page cache */ |
203 | static void nfs_set_pageerror(struct page *page) | 203 | static void nfs_set_pageerror(struct page *page) |
204 | { | 204 | { |
205 | SetPageError(page); | ||
206 | nfs_zap_mapping(page_file_mapping(page)->host, page_file_mapping(page)); | 205 | nfs_zap_mapping(page_file_mapping(page)->host, page_file_mapping(page)); |
207 | } | 206 | } |
208 | 207 | ||