udf: BKL ioctl pushdown
[deliverable/linux.git] / fs / udf / dir.c
index f0f2a436251e4cfcbc40ba9e7e3c6ee69dde47e0..3a84455c2a7789ef624d7a03b1154b20dbb89d06 100644 (file)
@@ -209,6 +209,6 @@ static int udf_readdir(struct file *filp, void *dirent, filldir_t filldir)
 const struct file_operations udf_dir_operations = {
        .read                   = generic_read_dir,
        .readdir                = udf_readdir,
-       .ioctl                  = udf_ioctl,
+       .unlocked_ioctl         = udf_ioctl,
        .fsync                  = simple_fsync,
 };
This page took 0.025793 seconds and 5 git commands to generate.