]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/fs.h
locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock...
[karo-tx-linux.git] / include / linux / fs.h
index 99be011e00dea1eeb6f2b48f7cc81035dd0acf82..834c9e5113d958d11c544b546201157d74cafe1d 100644 (file)
@@ -954,6 +954,7 @@ struct file_lock {
        unsigned int fl_flags;
        unsigned char fl_type;
        unsigned int fl_pid;
+       int fl_link_cpu;                /* what cpu's list is this on? */
        struct pid *fl_nspid;
        wait_queue_head_t fl_wait;
        struct file *fl_file;