Whamcloud - gitweb
b=1301: don't perform our mdc_getstatus in ll_put_super if we're forcing the
authorshaver <shaver>
Wed, 21 May 2003 13:43:59 +0000 (13:43 +0000)
committershaver <shaver>
Wed, 21 May 2003 13:43:59 +0000 (13:43 +0000)
        unmount.
b=1272: umount -f should only skip the disconnect RPCs if in recovery, to
        reduce the unfriendliness of gratuitous forces.

lnet/include/linux/kp30.h
lustre/portals/include/linux/kp30.h

index 4915fe3..46d9406 100644 (file)
@@ -80,7 +80,7 @@ extern unsigned int portal_printk;
 #define D_RPCTRACE  (1 << 20) /* for distributed debugging */
 #define D_VFSTRACE  (1 << 21)
 
-#ifndef THREAD_SIZE
+#ifndef __KERNEL__
 #define THREAD_SIZE 8192
 #endif
 #ifdef  __arch_ia64__
index 4915fe3..46d9406 100644 (file)
@@ -80,7 +80,7 @@ extern unsigned int portal_printk;
 #define D_RPCTRACE  (1 << 20) /* for distributed debugging */
 #define D_VFSTRACE  (1 << 21)
 
-#ifndef THREAD_SIZE
+#ifndef __KERNEL__
 #define THREAD_SIZE 8192
 #endif
 #ifdef  __arch_ia64__