commit | 03dafb5f59bd31b3f590329e95434203f0ca6661 | [log] [tgz] |
---|---|---|
author | Chen Gang <gang.chen@asianux.com> | Thu Jan 24 23:24:58 2013 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jan 24 23:24:58 2013 -0500 |
tree | ec0e96ef39fc4e561aa5bd05238b40a0e8e82005 | |
parent | c3ad83d9efdfe6a86efd44945a781f00c879b7b4 [diff] |
ext4: fix memory leak when quota options are specified multiple times When usrjquota or grpjquota mount options are specified several times, we leak memory storing the names. Free the memory correctly. Signed-off-by: Chen Gang <gang.chen@asianux.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Reviewed-by: Jan Kara <jack@suse.cz>