“96f242136b5596824d9717449077662ebd8d666c”上不存在“...git@gitcode.net:paddlepaddle/PaddleDetection.git”
-
由 Darrick J. Wong 提交于
The symbol xfs_name_dotdot is a global variable that the xfs codebase uses here and there to look up directory dotdot entries. Currently it's a non-const variable, which means that it's a mutable global variable. So far nobody's abused this to cause problems, but let's use the compiler to enforce that. Signed-off-by: NDarrick J. Wong <djwong@kernel.org> Reviewed-by: NDave Chinner <dchinner@redhat.com>
744e6c8a