[patch 0/3] Fix for XFS compat ioctls (try2)

2007-06-19 Thread mmarek
Hi, here is my second attempt at fixing (some of) the XFS ioctls in compat mode. The main difference from the first version is the bulkstat patch, which I modified to do less copies (no unnecessary copy_in_user() anymore). -- have a nice day, Michal Marek - To unsubscribe from this list: send th

[patch 0/3] Fix for XFS compat ioctls

2007-05-30 Thread Michal Marek
Hi, it looks like the XFS compat ioctl interface (fs/xfs/linux-2.6/xfs_ioctl32.c) is quite incomplete. Attached patches fix some ioctls to make at least xfsdump work. Tested on x86_64 with an i386 xfsdump binary, I'll test on ppc64 later. -- have a nice day, Michal Marek - To unsubscribe from th