constify get_dcookie() and friends
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -206,7 +206,7 @@ void sync_stop(void)
|
||||
* because we cannot reach this code without at least one
|
||||
* dcookie user still being registered (namely, the reader
|
||||
* of the event buffer). */
|
||||
static inline unsigned long fast_get_dcookie(struct path *path)
|
||||
static inline unsigned long fast_get_dcookie(const struct path *path)
|
||||
{
|
||||
unsigned long cookie;
|
||||
|
||||
|
Reference in New Issue
Block a user