]> Pileus Git - ~andy/linux/blobdiff - mm/filemap_xip.c
seqcount: Add lockdep functionality to seqcount/seqlock structures
[~andy/linux] / mm / filemap_xip.c
index 28fe26b64f8a746119d8111ad0f3beb9ef4751c2..d8d9fe3f685c00c7e7f1430ca924850d89713b07 100644 (file)
@@ -26,7 +26,7 @@
  * of ZERO_PAGE(), such as /dev/zero
  */
 static DEFINE_MUTEX(xip_sparse_mutex);
-static seqcount_t xip_sparse_seq = SEQCNT_ZERO;
+static seqcount_t xip_sparse_seq = SEQCNT_ZERO(xip_sparse_seq);
 static struct page *__xip_sparse_page;
 
 /* called under xip_sparse_mutex */