]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/reiserfs/stree.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[karo-tx-linux.git] / fs / reiserfs / stree.c
index f1b68afc268f0eb9af3be03ee827b16b7affb3f7..f8afa4b162b8f026da18b1cf2364e7d1cd6f5116 100644 (file)
@@ -1284,12 +1284,12 @@ int reiserfs_delete_item(struct reiserfs_transaction_handle *th,
                 ** -clm
                 */
 
-               data = kmap_atomic(un_bh->b_page, KM_USER0);
+               data = kmap_atomic(un_bh->b_page);
                off = ((le_ih_k_offset(&s_ih) - 1) & (PAGE_CACHE_SIZE - 1));
                memcpy(data + off,
                       B_I_PITEM(PATH_PLAST_BUFFER(path), &s_ih),
                       ret_value);
-               kunmap_atomic(data, KM_USER0);
+               kunmap_atomic(data);
        }
        /* Perform balancing after all resources have been collected at once. */
        do_balance(&s_del_balance, NULL, NULL, M_DELETE);