diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 5e44b0893db8..4e1a0b41f966 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -637,6 +637,9 @@ enum inode_i_mutex_lock_class | |||
637 | I_MUTEX_QUOTA | 637 | I_MUTEX_QUOTA |
638 | }; | 638 | }; |
639 | 639 | ||
640 | void lock_two_nondirectories(struct inode *, struct inode*); | ||
641 | void unlock_two_nondirectories(struct inode *, struct inode*); | ||
642 | |||
640 | /* | 643 | /* |
641 | * NOTE: in a 32bit arch with a preemptable kernel and | 644 | * NOTE: in a 32bit arch with a preemptable kernel and |
642 | * an UP compile the i_size_read/write must be atomic | 645 | * an UP compile the i_size_read/write must be atomic |