]> Git Repo - qemu.git/commitdiff
9pfs: rename virtio_9p_set_fd_limit to use v9fs_ prefix
authorWei Liu <[email protected]>
Thu, 7 Jan 2016 18:40:09 +0000 (18:40 +0000)
committerAneesh Kumar K.V <[email protected]>
Fri, 8 Jan 2016 10:01:49 +0000 (15:31 +0530)
It's not virtio specific.

Signed-off-by: Wei Liu <[email protected]>
hw/9pfs/virtio-9p.c

index 7fb05240987e2f423377840477c4e939cc73af07..379fdcb2fe861ddf9c55759b108b72dd8bd9d52f 100644 (file)
@@ -3266,7 +3266,7 @@ void pdu_submit(V9fsPDU *pdu)
     qemu_coroutine_enter(co, pdu);
 }
 
-static void __attribute__((__constructor__)) virtio_9p_set_fd_limit(void)
+static void __attribute__((__constructor__)) v9fs_set_fd_limit(void)
 {
     struct rlimit rlim;
     if (getrlimit(RLIMIT_NOFILE, &rlim) < 0) {
This page took 0.026652 seconds and 4 git commands to generate.