]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/inotify.c
[PATCH] splice: optimize the splice buffer mapping
[mv-sheeva.git] / fs / inotify.c
index f48a3dae07120f14e8f20c0514e2f8b00986c278..367c487c014b6f62db3c04811ad56e3bec4cc0df 100644 (file)
@@ -920,7 +920,7 @@ static long inotify_ioctl(struct file *file, unsigned int cmd,
        return ret;
 }
 
-static struct file_operations inotify_fops = {
+static const struct file_operations inotify_fops = {
        .poll           = inotify_poll,
        .read           = inotify_read,
        .release        = inotify_release,