search for: ocfs_debug_context

Displaying 2 results from an estimated 2 matches for "ocfs_debug_context".

2004 Jun 14
0
[PATCH] dcache.c polishing
kill dead ocfs_empty stuff, cleanup d_revalidate handling. Index: dcache.c =================================================================== --- dcache.c (revision 1091) +++ dcache.c (working copy) @@ -44,24 +44,11 @@ #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_DCACHE -static int ocfs_empty_func(struct dentry *dentry, void *ignore); - -/* - * ocfs_dentry_revalidate() - * - */ -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) -int ocfs_dentry_revalidate (struct dentry *dentry, struct nameidata *nd) -#else -int ocfs_dentry_revali...
2004 Sep 03
0
[PATCH] remove unused prototypes from file.c
Index: src/file.c =================================================================== --- src/file.c (revision 1418) +++ src/file.c (working copy) @@ -53,13 +53,7 @@ #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_FILE -extern struct semaphore recovery_list_sem; -extern spinlock_t oin_num_ext_lock; -static int ocfs_change_file_attrib(ocfs_super *osb, struct iattr *attr, - struct inode *inode); -static int ocfs_truncate_file(ocfs_super *osb, __u64 file_size, - struct in...