what's the point behind "new_valid_dev" always returning 1?
From: Robert P. J. Day
Date: Thu Jul 08 2010 - 16:29:20 EST
from include/liunx/kdev_t.h:
static inline int new_valid_dev(dev_t dev)
{
return 1;
}
is there some point to a test function that simply returns
hard-coded true, and has been around since 2005? just curious.
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Top-notch, inexpensive online Linux/OSS/kernel courses
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/