Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 81680
Collapse All | Expand All

(-)shfs-0.35/shfs/Linux-2.6/dir.c (+2 lines)
Lines 19-24 Link Here
19
#include "shfs_debug.h"
19
#include "shfs_debug.h"
20
#include "proc.h"
20
#include "proc.h"
21
21
22
static struct dentry_operations shfs_dentry_operations;
23
	
22
static int
24
static int
23
shfs_dir_open(struct inode *inode, struct file *filp)
25
shfs_dir_open(struct inode *inode, struct file *filp)
24
{
26
{
(-)shfs-0.35/shfs/Linux-2.6/shfs_fs.h (-1 lines)
Lines 50-56 Link Here
50
#define ROUND_TO_MINS(x) do { (x).tv_sec = ((x).tv_sec / 60) * 60; (x).tv_nsec = 0; } while (0)
50
#define ROUND_TO_MINS(x) do { (x).tv_sec = ((x).tv_sec / 60) * 60; (x).tv_nsec = 0; } while (0)
51
51
52
/* shfs/dir.c */
52
/* shfs/dir.c */
53
extern struct dentry_operations shfs_dentry_operations;
54
extern struct file_operations shfs_dir_operations;
53
extern struct file_operations shfs_dir_operations;
55
extern struct inode_operations shfs_dir_inode_operations;
54
extern struct inode_operations shfs_dir_inode_operations;
56
extern void shfs_new_dentry(struct dentry *dentry);
55
extern void shfs_new_dentry(struct dentry *dentry);

Return to bug 81680