b=19868
i=johann, shadow
Move up the THREAD_SIZE to comply the Werror.
return (key0 << 1);
}
+#if THREAD_SIZE >= 8192 /* see bug 17630 */
+
static int ll_nfs_test_inode(struct inode *inode, void *opaque)
{
struct ll_fid *iid = opaque;
RETURN(result);
}
-
-#if THREAD_SIZE >= 8192
struct export_operations lustre_export_operations = {
.encode_fh = ll_encode_fh,
#ifdef HAVE_FH_TO_DENTRY
.decode_fh = ll_decode_fh,
#endif
};
-#endif
+#endif /* THREAD_SIZE >= 8192 */