X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fhfsplus%2Finode.c;h=d53b2af91c25d78e39c17a692733224753e1905f;hb=13a6ddb08e58a1bd344da7898c4e2f13bdf18c2f;hp=37744cf3706ac4e7487c687974bda361eb0e873a;hpb=0b776eb5426752d4e53354ac89e3710d857e09a7;p=linux-2.6 diff --git a/fs/hfsplus/inode.c b/fs/hfsplus/inode.c index 37744cf370..d53b2af91c 100644 --- a/fs/hfsplus/inode.c +++ b/fs/hfsplus/inode.c @@ -278,9 +278,6 @@ static int hfsplus_file_release(struct inode *inode, struct file *file) return 0; } -extern const struct inode_operations hfsplus_dir_inode_operations; -extern struct file_operations hfsplus_dir_operations; - static const struct inode_operations hfsplus_file_inode_operations = { .lookup = hfsplus_file_lookup, .truncate = hfsplus_file_truncate,