Skip to content

Instantly share code, notes, and snippets.

@mcgrof
Created April 17, 2024 02:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcgrof/bf5bee01752e15449fccbec550d37a77 to your computer and use it in GitHub Desktop.
Save mcgrof/bf5bee01752e15449fccbec550d37a77 to your computer and use it in GitHub Desktop.
(gdb) l *(xfs_trans_read_buf_map+0x337)
0xdc6c7 is in xfs_trans_read_buf_map (fs/xfs/xfs_trans_buf.c:248).
243 /*
244 * We never locked this buf ourselves, so we shouldn't
245 * brelse it either. Just get out.
246 */
247 if (xfs_is_shutdown(mp)) {
248 trace_xfs_trans_read_buf_shut(bp, _RET_IP_);
249 return -EIO;
250 }
251
252 /*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment