[PATCH] add struct file* to ->direct_IO addr space op
This makes file credentials available to the ->direct_IO address space operation by replacing its struct inode* argument with a struct file* argument. this patch is a prerequisite for NFS direct I/O support. it breaks the raw device driver.
Showing
Please register or sign in to comment