| commit | 7caef26767c1727d7abfbbbfbe8b2bb473430d48 | [log] [tgz] |
|---|---|---|
| author | Kirill A. Shutemov <[email protected]> | Thu Sep 12 15:13:56 2013 -0700 |
| committer | Linus Torvalds <[email protected]> | Thu Sep 12 15:38:02 2013 -0700 |
| tree | 909e2a3c1b0a20a976fa3f84a17a00f8a21607bf | |
| parent | 5fbc461636c32efdb9d5216d491d37a40d54535b [diff] |
truncate: drop 'oldsize' truncate_pagecache() parameter
truncate_pagecache() doesn't care about old size since commit
cedabed49b39 ("vfs: Fix vmtruncate() regression"). Let's drop it.
Signed-off-by: Kirill A. Shutemov <[email protected]>
Cc: OGAWA Hirofumi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>