Re: [PATCH] btrfs: change resize ioctl to take device path instead of id

2012-01-09 Thread Phillip Susi
Bump. On 12/11/2011 10:12 PM, Phillip Susi wrote: The resize ioctl took an optional argument that was a string representation of the devid which you wish to resize. For the sake of consistency with the other ioctls that take a device argument, I converted this to take a device path instead of a

Re: [PATCH] btrfs: change resize ioctl to take device path instead of id

2011-12-11 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/11/2011 10:31 PM, Li Zefan wrote: > Phillip Susi wrote: >> The resize ioctl took an optional argument that was a string >> representation of the devid which you wish to resize. For >> the sake of consistency with the other ioctls that take a >>

Re: [PATCH] btrfs: change resize ioctl to take device path instead of id

2011-12-11 Thread Li Zefan
Phillip Susi wrote: > The resize ioctl took an optional argument that was a string > representation of the devid which you wish to resize. For > the sake of consistency with the other ioctls that take a > device argument, I converted this to take a device path instead > of a devid number, and look

[PATCH] btrfs: change resize ioctl to take device path instead of id

2011-12-11 Thread Phillip Susi
The resize ioctl took an optional argument that was a string representation of the devid which you wish to resize. For the sake of consistency with the other ioctls that take a device argument, I converted this to take a device path instead of a devid number, and look up the number from the path.