]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/scsi/osst.c
[PATCH] vfs: add lock owner argument to flush operation
[mirror_ubuntu-artful-kernel.git] / drivers / scsi / osst.c
index ce0ba3a174f9fc3632efbb42eb010dac69ed6278..4a2fed350d4e21620b134d2afac1244cb87670e0 100644 (file)
@@ -4724,7 +4724,7 @@ err_out:
 
 
 /* Flush the tape buffer before close */
-static int os_scsi_tape_flush(struct file * filp)
+static int os_scsi_tape_flush(struct file * filp, fl_owner_t id)
 {
        int                   result = 0, result2;
        struct osst_tape    * STp    = filp->private_data;