]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_quota: add -d option to limit directory depth
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 29 Jan 2009 21:51:45 +0000 (22:51 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Thu, 29 Jan 2009 21:51:45 +0000 (22:51 +0100)
commit544f6ba0433594c57c8385f3406946e7716d90b4
tree04de91881cb83bea140624f47cfc2495c0f4b0c1
parentf74298f886ac0ad6e67b32b9c1420dcdca695c47
xfs_quota: add -d option to limit directory depth

xfs_quota project directory depth processing can now be limited
to certain depth. For example: xfs_quota -x -c "project -d 2 -s 10"
limits recursion to level 2.

Signed-off-by: Arkadiusz Miśkiewicz <arekm@maven.pl>
Reviewed-by: Donald Douwsma <ddouwsma@bigpond.net.au>
Reviewed-by: Christoph Hellwig <hch@lst.de>
quota/project.c