aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 907d8f56c6f..e766be0d432 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -797,9 +797,6 @@ enum inode_i_mutex_lock_class
797 I_MUTEX_QUOTA 797 I_MUTEX_QUOTA
798}; 798};
799 799
800extern void inode_double_lock(struct inode *inode1, struct inode *inode2);
801extern void inode_double_unlock(struct inode *inode1, struct inode *inode2);
802
803/* 800/*
804 * NOTE: in a 32bit arch with a preemptable kernel and 801 * NOTE: in a 32bit arch with a preemptable kernel and
805 * an UP compile the i_size_read/write must be atomic 802 * an UP compile the i_size_read/write must be atomic