Re: [PATCH] ceph: use generic_delete_inode() for ->drop_inode

2019-07-05 Thread Jeff Layton
On Fri, 2019-07-05 at 17:14 +0100, Luis Henriques wrote: > ceph_drop_inode() implementation is not any different from the generic > function, thus there's no point in keeping it around. > > Signed-off-by: Luis Henriques > --- > fs/ceph/inode.c | 10 -- > fs/ceph/super.c | 2 +- >

[PATCH] ceph: use generic_delete_inode() for ->drop_inode

2019-07-05 Thread Luis Henriques
ceph_drop_inode() implementation is not any different from the generic function, thus there's no point in keeping it around. Signed-off-by: Luis Henriques --- fs/ceph/inode.c | 10 -- fs/ceph/super.c | 2 +- fs/ceph/super.h | 1 - 3 files changed, 1 insertion(+), 12 deletions(-) diff