]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: don't leak uuid table on rmmod
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 3 Nov 2015 02:06:34 +0000 (13:06 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 3 Nov 2015 02:06:34 +0000 (13:06 +1100)
commit603c60bb80f78ca3168b88f5aff40505fa067861
tree26352bf8bbccc86198fc8a02dcc99633b71a320c
parent192d053fbaa825503b5ab7ee34d7e33c54dfd296
xfs: don't leak uuid table on rmmod

Don't leak the UUID table when the module is unloaded.
(Found with kmemleak.)

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_super.c