ext3: Fix memory leak when quota options are specified multiple times
authorJan Kara <jack@suse.cz>
Mon, 31 Dec 2012 11:38:36 +0000 (12:38 +0100)
committerJan Kara <jack@suse.cz>
Mon, 21 Jan 2013 10:19:55 +0000 (11:19 +0100)
When usrjquota or grpjquota mount options are specified several times,
we leak memory storing the names. Free the memory correctly.

Reported-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext3/super.c

diff --cc fs/ext3/super.c
Simple merge