1 diff -ur shfs-0.35/shfs/Linux-2.6/dir.c shfs-0.35-new/shfs/Linux-2.6/dir.c
2 --- shfs-0.35/shfs/Linux-2.6/dir.c 2004-06-01 09:16:19.000000000 -0400
3 +++ shfs-0.35-new/shfs/Linux-2.6/dir.c 2005-02-11 18:12:00.000000000 -0500
5 #include "shfs_debug.h"
8 +static struct dentry_operations shfs_dentry_operations;
11 shfs_dir_open(struct inode *inode, struct file *filp)
13 diff -ur shfs-0.35/shfs/Linux-2.6/shfs_fs.h shfs-0.35-new/shfs/Linux-2.6/shfs_fs.h
14 --- shfs-0.35/shfs/Linux-2.6/shfs_fs.h 2004-06-01 09:16:19.000000000 -0400
15 +++ shfs-0.35-new/shfs/Linux-2.6/shfs_fs.h 2005-02-11 18:12:03.000000000 -0500
17 #define ROUND_TO_MINS(x) do { (x).tv_sec = ((x).tv_sec / 60) * 60; (x).tv_nsec = 0; } while (0)
20 -extern struct dentry_operations shfs_dentry_operations;
21 extern struct file_operations shfs_dir_operations;
22 extern struct inode_operations shfs_dir_inode_operations;
23 extern void shfs_new_dentry(struct dentry *dentry);