]> err.no Git - linux-2.6/blobdiff - fs/jfs/namei.c
Pull acpi_device_handle_cleanup into release branch
[linux-2.6] / fs / jfs / namei.c
index ed4d170c212d8e46fc9ee6ae3a2bc7e088dccccf..09ea03f622778a0d5c568db9192eec9e2ea5ceb9 100644 (file)
@@ -1519,10 +1519,11 @@ struct inode_operations jfs_dir_inode_operations = {
 #endif
 };
 
-struct file_operations jfs_dir_operations = {
+const struct file_operations jfs_dir_operations = {
        .read           = generic_read_dir,
        .readdir        = jfs_readdir,
        .fsync          = jfs_fsync,
+       .ioctl          = jfs_ioctl,
 };
 
 static int jfs_ci_hash(struct dentry *dir, struct qstr *this)