--- zzzz-none-000/linux-2.6.32.60/fs/nfsd/nfsproc.c 2012-10-07 21:41:24.000000000 +0000 +++ ur8-7270-606/linux-2.6.32.60/fs/nfsd/nfsproc.c 2011-10-21 12:21:44.000000000 +0000 @@ -305,7 +305,7 @@ * gospel of sun micro */ if (type != S_IFREG) { - int is_borc = 0; + /*--- int is_borc = 0; ---*/ if (type != S_IFBLK && type != S_IFCHR) { rdev = 0; } else if (type == S_IFCHR && !(attr->ia_valid & ATTR_SIZE)) { @@ -313,7 +313,7 @@ type = S_IFIFO; } else { /* Okay, char or block special */ - is_borc = 1; + /*--- is_borc = 1; ---*/ if (!rdev) rdev = wanted; }