]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove useless ext4_pin_inode()
authorJason Yan <yanaijie@huawei.com>
Fri, 15 Mar 2019 03:51:13 +0000 (23:51 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 15 Mar 2019 03:51:13 +0000 (23:51 -0400)
commit952e4b59127fcd94362fab62135f85d82c5a7f95
tree78126d6a0edfc47035970f02c85dc7e6f059e94c
parent8ffe60cd05b7ecf729bffc9732108048873f6e62
ext4: remove useless ext4_pin_inode()

This function is never used from the beginning (and is commented out);
let's remove it.

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/inode.c