Add "no BKL needed" comments to several drivers
This documents the fact that somebody looked at the relevant open() functions and concluded that, due to their trivial nature, no locking was needed. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
@@ -1812,6 +1812,7 @@ done:
|
||||
return ret;
|
||||
}
|
||||
|
||||
/* No BKL needed here */
|
||||
static int ipath_open(struct inode *in, struct file *fp)
|
||||
{
|
||||
/* The real work is performed later in ipath_assign_port() */
|
||||
|
Reference in New Issue
Block a user