]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/relayfs/relay.c
[PATCH] relayfs: cleanup, change relayfs_file_* to relay_file_*
[linux-2.6-omap-h63xx.git] / fs / relayfs / relay.c
index 2935a6ab8ffab629d3d7d5f7cd312d567bb37941..abf3ceaace4916822cbd91ba233c2709d43cae91 100644 (file)
@@ -90,7 +90,7 @@ static struct dentry *create_buf_file_default_callback(const char *filename,
                                                       int *is_global)
 {
        return relayfs_create_file(filename, parent, mode,
-                                  &relayfs_file_operations, buf);
+                                  &relay_file_operations, buf);
 }
 
 /*