Loading fs/locks.c +2 −2 Original line number Diff line number Diff line Loading @@ -1337,7 +1337,7 @@ int fcntl_getlease(struct file *filp) return type; } int generic_add_lease(struct file *filp, long arg, struct file_lock **flp) static int generic_add_lease(struct file *filp, long arg, struct file_lock **flp) { struct file_lock *fl, **before, **my_before = NULL, *lease; struct dentry *dentry = filp->f_path.dentry; Loading Loading @@ -1402,7 +1402,7 @@ int generic_add_lease(struct file *filp, long arg, struct file_lock **flp) return error; } int generic_delete_lease(struct file *filp, struct file_lock **flp) static int generic_delete_lease(struct file *filp, struct file_lock **flp) { struct file_lock *fl, **before; struct dentry *dentry = filp->f_path.dentry; Loading Loading
fs/locks.c +2 −2 Original line number Diff line number Diff line Loading @@ -1337,7 +1337,7 @@ int fcntl_getlease(struct file *filp) return type; } int generic_add_lease(struct file *filp, long arg, struct file_lock **flp) static int generic_add_lease(struct file *filp, long arg, struct file_lock **flp) { struct file_lock *fl, **before, **my_before = NULL, *lease; struct dentry *dentry = filp->f_path.dentry; Loading Loading @@ -1402,7 +1402,7 @@ int generic_add_lease(struct file *filp, long arg, struct file_lock **flp) return error; } int generic_delete_lease(struct file *filp, struct file_lock **flp) static int generic_delete_lease(struct file *filp, struct file_lock **flp) { struct file_lock *fl, **before; struct dentry *dentry = filp->f_path.dentry; Loading