Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f37bc2712b54ec641e0c0c8634f1a4b61d9956c0
Commit:     f37bc2712b54ec641e0c0c8634f1a4b61d9956c0
Parent:     f2fff596955867d407cc7e8e426097bd9ad2be9b
Author:     Nate Diller <[EMAIL PROTECTED]>
AuthorDate: Wed May 9 02:35:09 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Wed May 9 12:30:56 2007 -0700

    fs: deprecate memclear_highpage_flush
    
    Now that all the in-tree users are converted over to zero_user_page(),
    deprecate the old memclear_highpage_flush() call.
    
    Signed-off-by: Nate Diller <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 include/linux/highmem.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/include/linux/highmem.h b/include/linux/highmem.h
index b5f2ab4..98e2cce 100644
--- a/include/linux/highmem.h
+++ b/include/linux/highmem.h
@@ -110,8 +110,7 @@ static inline void clear_highpage(struct page *page)
                kunmap_atomic(kaddr, (km_type));                \
        } while (0)
 
-
-static inline void memclear_highpage_flush(struct page *page,
+static inline void __deprecated memclear_highpage_flush(struct page *page,
                        unsigned int offset, unsigned int size)
 {
        zero_user_page(page, offset, size, KM_USER0);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to