diff options
Diffstat (limited to 'fs/cifs/file.c')
| -rw-r--r-- | fs/cifs/file.c | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c index 8c81e7b14d53..45af003865d2 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c @@ -1303,7 +1303,6 @@ static int cifs_partialpagewrite(struct page *page, unsigned from, unsigned to)  static int cifs_writepages(struct address_space *mapping,  			   struct writeback_control *wbc)  { -	struct backing_dev_info *bdi = mapping->backing_dev_info;  	unsigned int bytes_to_write;  	unsigned int bytes_written;  	struct cifs_sb_info *cifs_sb; @@ -1326,15 +1325,6 @@ static int cifs_writepages(struct address_space *mapping,  	int scanned = 0;  	int xid, long_op; -	/* -	 * BB: Is this meaningful for a non-block-device file system? -	 * If it is, we should test it again after we do I/O -	 */ -	if (wbc->nonblocking && bdi_write_congested(bdi)) { -		wbc->encountered_congestion = 1; -		return 0; -	} -  	cifs_sb = CIFS_SB(mapping->host->i_sb);  	/*  |