summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/xattr_id.c
Commit message (Collapse)AuthorAgeFilesLines
* squashfs: xattr_lookup sparse fixStephen Hemminger2010-05-171-1/+1
| | | | | | | | Sparse detected that unsigned pointer was being passed as int pointer. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> [fixed up to deal with code refactoring] Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
* squashfs: add xattr id supportPhillip Lougher2010-05-171-0/+100
This patch adds support for mapping xattr ids (stored in inodes) into the on-disk location of the xattrs themselves. Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
OpenPOWER on IntegriCloud