--------------
const struct file_operations btrfs_file_operations = {
::
.read = do_sync_read,
.write = do_sync_write,
----------
trying to locate do_sync_read (write) any idea where are they ?
Thanks
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs"
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, Sep 14, 2012 at 12:08:35AM +0800, Sonu wrote:> trying to locate do_sync_read (write) any idea where are they ?fs/read_write.c -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html