From: Matthew Garrett Date: Mon, 6 Feb 2012 20:14:40 +0000 (-0500) Subject: hfsplus: add an ioctl to bless files X-Git-Tag: v3.4-rc1~163^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a051f71ce97c53cde3ac64de64eb02d658d9308e;p=pandora-kernel.git hfsplus: add an ioctl to bless files Making an hfsplus partition bootable requires the ability to "bless" a file by putting its inode number in the volume header. Doing this from userspace on a mounted filesystem is impractical since the kernel will write back the original values on unmount. Add an ioctl to allow userspace to update the volume header information based on the target file. Signed-off-by: Matthew Garrett Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed