]> Git Repo - linux.git/blobdiff - fs/gfs2/log.h
Merge branches 'ntrig', 'picolcd', 'prodikeys' and 'roccat-kone' into for-linus
[linux.git] / fs / gfs2 / log.h
index 7711528165088002a3601de4c57ef101eae755ba..7c64510ccfd250f0b8f45fa8376598cd2b626072 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 static inline void gfs2_log_lock(struct gfs2_sbd *sdp)
+__acquires(&sdp->sd_log_lock)
 {
        spin_lock(&sdp->sd_log_lock);
 }
@@ -32,6 +33,7 @@ static inline void gfs2_log_lock(struct gfs2_sbd *sdp)
  */
 
 static inline void gfs2_log_unlock(struct gfs2_sbd *sdp)
+__releases(&sdp->sd_log_lock)
 {
        spin_unlock(&sdp->sd_log_lock);
 }
This page took 0.03176 seconds and 4 git commands to generate.