[PATCH 11/15] sysfs: prepare path write for unified regular / bin file handling

2013-10-01 Thread Tejun Heo
sysfs bin file handling will be merged into the regular file support. This patch prepares the write path. bin file write is almost identical to regular file write except that the write length is capped by the inode size and @off is passed to the write method. This patch adds bin file handling to

[PATCH 11/15] sysfs: prepare path write for unified regular / bin file handling

2013-10-01 Thread Tejun Heo
sysfs bin file handling will be merged into the regular file support. This patch prepares the write path. bin file write is almost identical to regular file write except that the write length is capped by the inode size and @off is passed to the write method. This patch adds bin file handling to