Whamcloud - gitweb
LU-4017 e2fsprogs: add [ch/ls]attr support for project quota 95/18895/16
authorWang Shilong <wshilong@ddn.com>
Wed, 6 Jan 2016 17:18:48 +0000 (12:18 -0500)
committerAndreas Dilger <andreas.dilger@intel.com>
Tue, 9 Aug 2016 09:37:21 +0000 (09:37 +0000)
commitb4dd0d87920d016d5d5a12d3990fc6560ec69e22
treeabaa42db1fb19030319f4360be8efd415459b109
parent68c2da290cb52a05a54a52f73ef87afc00a8c934
LU-4017 e2fsprogs: add [ch/ls]attr support for project quota

You could use it like
chattr -p <project id> file
lsattr -p file

Signed-off-by: Li Xi <lixi@ddn.com>
Signed-off-by: Wang Shilong <wshilong@ddn.com>
Change-Id: I99ecf92b719c32135668f4dc7b11a85da52e0b2e
Reviewed-on: http://review.whamcloud.com/18895
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Andreas Dilger <andreas.dilger@intel.com>
lib/e2p/Makefile.in
lib/e2p/e2p.h
lib/e2p/fgetproject.c [new file with mode: 0644]
lib/e2p/fsetproject.c [new file with mode: 0644]
lib/e2p/project.h [new file with mode: 0644]
misc/chattr.1.in
misc/chattr.c
misc/lsattr.1.in
misc/lsattr.c