Re: [Cluster-devel] gfs2: use kvfree() instead of open-coding it

2014-11-20 Thread Bob Peterson
- Original Message - > Signed-off-by: Al Viro > --- > fs/gfs2/dir.c | 40 > fs/gfs2/quota.c |9 ++--- > 2 files changed, 10 insertions(+), 39 deletions(-) > > diff --git a/fs/gfs2/dir.c b/fs/gfs2/dir.c > index 5d4261f..c247fed 100644 >

gfs2: use kvfree() instead of open-coding it

2014-11-19 Thread Al Viro
Signed-off-by: Al Viro --- fs/gfs2/dir.c | 40 fs/gfs2/quota.c |9 ++--- 2 files changed, 10 insertions(+), 39 deletions(-) diff --git a/fs/gfs2/dir.c b/fs/gfs2/dir.c index 5d4261f..c247fed 100644 --- a/fs/gfs2/dir.c +++ b/fs/gfs2/dir.c @@ -36