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)
commit7cf77140777364d77b2b6e392e7e081a205a08c5
tree78126d6a0edfc47035970f02c85dc7e6f059e94c
parent1dc1097ff60e4105216da7cd0aa99032b039a994
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