Displaying 1 result from an estimated 1 matches for "log_exit_int".
2004 Jun 14
0
[PATCH] dcache.c polishing
...se fails, just return false */
ocfs_super *osb;
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
- int flags = nd ? nd->flags : 0;
-#endif
LOG_ENTRY_ARGS ("(0x%p, %d, '%*s')\n", dentry, flags,
dentry->d_name.len, dentry->d_name.name);
@@ -106,24 +93,21 @@
LOG_EXIT_INT (ret);
return ret;
-} /* ocfs_dentry_revalidate */
-
-
-/* exits if it finds any hashed dentries */
-static int ocfs_empty_func(struct dentry *dentry, void *ignore)
-{
- return 1;
}
-
-/*
- * ocfs_empty()
- *
- */
-int ocfs_empty (struct dentry *dentry)
+#if LINUX_VERSION_CODE >= KERNEL_...