commit | 784494e1d759622fef9fb633f0100935c692adb3 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 15 19:45:26 2019 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed May 01 22:43:24 2019 -0400 |
tree | 88d9e6a26496e022d4ba4e33b557cb4e2616730e | |
parent | 9f179271e7bfafb5786c70f275956e2118eb7383 [diff] |
gfs2: switch to ->free_inode() ... and use GFS2_I() to get the containing gfs2_inode by inode; yes, we can feed the address of the first member of structure to kmem_cache_free(), but let's do it in an obviously safe way. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>