diff options
author | 2017-08-24 11:52:21 -0400 | |
---|---|---|
committer | 2017-08-24 11:52:21 -0400 | |
commit | 4f9d956d1939f97e2cb278b9615b6c683cd90e97 (patch) | |
tree | b5dcabfa8a15252ab29d6a3bbac7040ea8ddb7df /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ext4: add missing xattr hash update (diff) | |
download | wireguard-linux-4f9d956d1939f97e2cb278b9615b6c683cd90e97.tar.xz wireguard-linux-4f9d956d1939f97e2cb278b9615b6c683cd90e97.zip |
ext4: do not unnecessarily allocate buffer in recently_deleted()
In recently_deleted() function we want to check whether inode is still
cached in buffer cache. Use sb_find_get_block() for that instead of
sb_getblk() to avoid unnecessary allocation of bdev page and buffer
heads.
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions