Whamcloud - gitweb
LU-19099 llite: Add vfstrace debug prints for ll_fallocate
authorOleg Drokin <green@whamcloud.com>
Wed, 11 Jun 2025 22:49:10 +0000 (18:49 -0400)
committerOleg Drokin <green@linuxhacker.ru>
Thu, 12 Jun 2025 21:17:18 +0000 (17:17 -0400)
commit4b951c0d0c4977e66540e5396f205776ec4dc67a
treecbe07f1b763c04803d5079b286bfb1fa62d6342f
parent3bf4eff01415e04f928d7310ee42b1317ad53008
LU-19099 llite: Add vfstrace debug prints for ll_fallocate

Currently ll_fallocate() does not have any vfstrace prints, but
it's important for debugging related issues.

Fixes: 48457868a02a ("LU-3606 fallocate: Implement fallocate preallocate operation")
Test-Parameters: trivial
Change-Id: I165a7208a59b055756db416063c6695cc7f2d8e4
Signed-off-by: Oleg Drokin <green@whamcloud.com>
lustre/llite/file.c