]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
libcgroup: cleanup: remove redundant parameter to function
authorDhaval Giani <dhaval@linux.vnet.ibm.com>
Mon, 22 Dec 2008 18:53:49 +0000 (18:53 +0000)
committerDhaval Giani <dhaval@linux.vnet.ibm.com>
Mon, 22 Dec 2008 18:53:49 +0000 (18:53 +0000)
commit47197d3d7ca88abf7566951726212fdb7d9702ff
tree2631efac8e2d8e84fc54b9138143af1eed223b90
parentc708d29de09ac3f223e25481af98e33426b15415
libcgroup: cleanup: remove redundant parameter to function

From: Sudhir Kumar <skumar@linux.vnet.ibm.com>

There is no need to pass a separate variable for getting single/multiple
mount info, as we can get this info from the varaible received from script.
So this patch does that modification and puts the variaable fs_mounted as
global as it is never modified.

Signed-off-by: Sudhir Kumar <skumar@linux.vnet.ibm.com>
Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@284 4f4bb910-9a46-0410-90c8-c897d4f1cd53
tests/libcgrouptest.h
tests/libcgrouptest01.c