diff options
Diffstat (limited to 'fs/ufs/inode.c')
-rw-r--r-- | fs/ufs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ufs/inode.c b/fs/ufs/inode.c index ff24e4449ece..c8ca96086784 100644 --- a/fs/ufs/inode.c +++ b/fs/ufs/inode.c | |||
@@ -531,7 +531,7 @@ static void ufs_write_failed(struct address_space *mapping, loff_t to) | |||
531 | struct inode *inode = mapping->host; | 531 | struct inode *inode = mapping->host; |
532 | 532 | ||
533 | if (to > inode->i_size) | 533 | if (to > inode->i_size) |
534 | truncate_pagecache(inode, to, inode->i_size); | 534 | truncate_pagecache(inode, inode->i_size); |
535 | } | 535 | } |
536 | 536 | ||
537 | static int ufs_write_begin(struct file *file, struct address_space *mapping, | 537 | static int ufs_write_begin(struct file *file, struct address_space *mapping, |