diff options
Diffstat (limited to 'SOURCES/futex2.patch')
-rw-r--r-- | SOURCES/futex2.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SOURCES/futex2.patch b/SOURCES/futex2.patch index 482b6c1..d3c2247 100644 --- a/SOURCES/futex2.patch +++ b/SOURCES/futex2.patch @@ -1428,7 +1428,7 @@ index d6a2efbfa488..69866f98f287 100644 + } + + key->pointer = futex_get_inode_uuid(inode); -+ key->index = (unsigned long)basepage_index(tail); ++ key->index = (unsigned long)page_index(tail); + key->offset |= FUT_OFF_INODE; + + rcu_read_unlock(); |