]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/scsi/st.c
st: use noop_llseek() instead of default_llseek()
[net-next-2.6.git] / drivers / scsi / st.c
index 3ea1a713ef250fcc35a64b10c71a65ac73ea6e42..24211d0efa6d5d82557dac4e6047c3b9efc25c3f 100644 (file)
@@ -3962,6 +3962,7 @@ static const struct file_operations st_fops =
        .open =         st_open,
        .flush =        st_flush,
        .release =      st_release,
+       .llseek =       noop_llseek,
 };
 
 static int st_probe(struct device *dev)