diff --git a/[refs] b/[refs] index 647fc88c2a35..affb284a80f9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 36e7a96ceb6e9d347d8bf3def689c315131edf10 +refs/heads/master: e65b9ad222c280c031bc8d3642cc38dd3026fe06 diff --git a/trunk/include/linux/rwsem.h b/trunk/include/linux/rwsem.h index 413cc11e414a..8da67d625e13 100644 --- a/trunk/include/linux/rwsem.h +++ b/trunk/include/linux/rwsem.h @@ -135,7 +135,7 @@ do { \ #else # define down_read_nested(sem, subclass) down_read(sem) -# define down_write_nest_lock(sem, nest_lock) down_read(sem) +# define down_write_nest_lock(sem, nest_lock) down_write(sem) # define down_write_nested(sem, subclass) down_write(sem) #endif